home *** CD-ROM | disk | FTP | other *** search
/ AOL File Library: 11,000 to 11,999 / 11000.zip / AOLDLs / WIN Tools & Treiber / WASHER.exe / unwash.exe / 0 / RCDATA / TFORM3 / TFORM3.txt
Text File  |  1998-06-03  |  913b  |  46 lines

  1. object Form3: TForm3
  2.   Left = 318
  3.   Top = 295
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Choose Installation Directory'
  7.   ClientHeight = 242
  8.   ClientWidth = 303
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object DirectoryListBox1: TDirectoryListBox
  20.     Left = 0
  21.     Top = 26
  22.     Width = 297
  23.     Height = 185
  24.     ItemHeight = 16
  25.     TabOrder = 0
  26.     OnClick = DirectoryListBox1Click
  27.   end
  28.   object BitBtn1: TBitBtn
  29.     Left = 109
  30.     Top = 220
  31.     Width = 84
  32.     Height = 20
  33.     Caption = 'OK'
  34.     TabOrder = 1
  35.     OnClick = BitBtn1Click
  36.   end
  37.   object DriveComboBox1: TDriveComboBox
  38.     Left = 2
  39.     Top = 3
  40.     Width = 157
  41.     Height = 19
  42.     TabOrder = 2
  43.     OnChange = DriveComboBox1Change
  44.   end
  45. end
  46.